/*
Theme Name: 海舟餐饮
Theme URI: http://www.haizhoucanyin.com/
Description: 海舟餐饮
Version: 1.0
Author: YangYiChao
Author URI: http://www.haizhoucanyin.com/
*/
* {
	margin: 0;padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
body {
	min-height: 100vh;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.8;
	background: url("/theme/cn/images/vsBg.jpg") repeat center;
}

.middle-width {
	width: 1280px;
	margin: 0 auto;
}

/*logo*/
.logo1 {
	width: 150px;
	margin: 30px 0 10px 46px;
}

.dot-divider {
	color: black;
	padding: 0 70px;
}

/*导航条*/
.nav-bar-wrap {
	height: 40px;
	background: #2383cf;
	display: flex;
}
.nav-bar {
	display: flex;
	align-items: center;
}
.nav-item {
	flex: 1;
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	border-right: 1px solid #3491da;
}
.nav-item:last-child {
	border: none;
}
.nav-item.active,.nav-item:hover {
	background: rgba(255,255,255,0.7);
	color: white;
}


/*轮播*/
.swiper-wrapper a {
	display: block;
	width: 100%;
}
.swiper-wrapper a img{
	display: block;
	width: 100%;
}
.banner-swiper .swiper-slide {
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/*关于我们*/
.about-us {
	padding: 40px 50px;
	text-align: center;
}
.text_title1 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 5px;
	text-align: center;
}
.text_title2 {
	font-size: 36px;
	font-weight: 500;
	color: #2383cf;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}

.nums {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}
.num-item {
	text-align: center;
}
.num {
	font-size: 36px;
	font-weight: 500;
	color: #2383cf;
}

/*新闻*/
.news {
	border-bottom: 2px solid lightskyblue;
}

.divider-wrap {
	height: 30px;
	background: lightskyblue;
	display: flex;
}
.text_tag {
	background: #2383cf;
	color: white;
	font-size: 18px;
	padding: 0 30px;
}
.news-content {
	padding: 30px;
	display: flex;
}

.news-content .left {
	width: 500px;
	cursor: pointer;
	overflow: hidden;
}
.news-content .swiper-slide {
	width: 100%;
}
.news-content img {
	width: 100%;
}
.img-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-content .right {
	flex: 1;
	padding-left: 30px;
	overflow: hidden;
}

.news-content .news-item {
	padding: 0;
	height: auto;
	border-bottom: none;
}
.news-content .time {
	padding-bottom: 3px;
}


/*项目*/
.projects {
	padding: 40px 0;
}
.text_title3 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2383cf;
	font-size: 16px;
	font-weight: 500;
}
.images-wrap {
	margin: 14px 0 2px;
}
.images-wrap .swiper-wrapper {
	padding-bottom: 40px;
}
.images-wrap img {
	width: 100%;
	height: 280px;
	max-width: 320px;
}
.more  {
	display: block;
	width: 160px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #2383cf;
	margin: 0 auto;
	border: 1px solid currentColor;
	border-left: none;
	border-right: none;
	cursor: pointer;
}
.text_title4 {
	font-size: 28px;
	font-weight: 500;
	color: #2383cf;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}
.project-bottom  {
	display: flex;
	margin: 20px 0 40px;
	background: url("/theme/cn/images/399bb2a654cf80c0.jpg") no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.names {
	width: 400px;
	padding-top: 20px;
	margin-left: 30px;
}
.certs {
	width: 850px;
	margin-left: 10px;
	padding: 20px 40px 30px;
}
.certs-bg {
	background: rgba(0,0,0,.6);
	padding: 20px 20px 10px;
}
.certs-wrap img {
	height: 250px;
	width: 100%;
	max-width: 250px;
}
.names-wrap {
	height: 290px;
	background: rgba(0,0,0,.6);
}
.name-item {
	color: white;
	padding: 20px;
}

.project-show {
	padding-bottom: 50px!important;
}
.project-show img {
	max-width: 100%;
	height: 300px;
}

/*合作伙伴*/
.partner {

}
.partner-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.partner-images img {
	margin: 0 40px 30px 0;
	max-height: 50px;
	/*max-width: 200px;*/
}


/*底部*/
.footers {
	margin-top: 50px;
}
.footer-top {
	height: 260px;
	padding-top: 100px;
	background-image: url("/theme/cn/images/footer-bg.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	position: relative;
	top: -28px;
}
.footers-bg {
	background-color: #2886d0;
}
.text-image {
	display: flex;
	justify-content: space-between;
}
.text-image .images {
	display: flex;
	flex-direction: column;
	margin-left: 30px;
	align-items: center;
}
.wechat{
	display: block;
	width: 80px;
	height: 80px;
}
.logo2 {
	display: block;
	margin-top: 10px;
	width: 100px;
}

.text-image .texts {
	padding-left: 300px;
	font-size: 24px;
	color: silver;
}

.svg {
	width: 24px;
	margin: 0 10px;
}
.tel {
	font-size: 36px;
	font-weight: bold;
	color: whitesmoke;
	text-shadow: -2px -1px 1px black;
	padding-left: 100px;
}
.text1  {
	font-size: 28px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.footer-bottom {
	margin-top: -30px;
	font-size: 18px;
	color: gainsboro;
	background: dimgray;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.svg-email,.svg-locate,.svg-custom {
	margin: 0 10px 0 100px;
}
.customer {
	display: flex;
	align-items: center;
	color: whitesmoke;
	cursor: pointer;
}



/*菜单*/
.orders-wrap {
	display: flex;
	flex-wrap: wrap;
}
.orders-wrap>div{
	width: 240px;
	margin: 0 10px 10px 0;
	text-align: center;
}
.orders-wrap>div img{
	width: 100%;
	height: 200px;
	margin-bottom: 4px;
}

.orders-banner {
	height: 300px;
	text-align: center;
	background: url("/theme/cn/images/399bb2a654cf80c0.jpg") no-repeat center;
}
.orders-banner img{
	height: 100%;
}

.tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -95px 0 75px 0;
	min-height: 60px;
}
.tabs .tab {
	padding: 10px 4px;
	margin: 0 30px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	border-bottom: 4px solid transparent;
}
.tabs .tab.active {
	border-color:currentColor;
	font-weight: 600;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}


/*新闻*/
.first-news {
	display: flex;
	padding: 50px 0;
}
.news-img {
	width:600px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
}
.news-right {
	flex: 1;
	padding-left: 50px;
}
.news-time {
	display: flex;
	align-items: flex-end;
	color: #2383cf;
	font-size: 1.3125rem;
	font-family: Impact;
	line-height: 1;
}
.big {
	font-size: 3rem;
	margin-right: 20px;
	cursor: pointer;
}
.news-title {
	font-size: 1.75rem;
	color: #353f48;
	line-height: 1.75;
	margin: 1.875rem 0 1.625rem;
}
.news-desc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	font-size: 16px;
	margin: 0 0 3rem;
	color: #666;
}
.btn-wrap {
	display: flex;
	justify-content: flex-end;
}
.btn {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #2383cf;
	color: white;
	font-size: 16px;
}

.news-item {
	display: flex;
	padding: 0 0 0 1.25rem;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 10rem;
	border-bottom: 1px solid #ddd;
}
.time {
	width: 7.875rem;
	text-align: center;
	padding-bottom: 1rem;
	font-family: Impact;
	color: #666666;
	opacity: .55;
}
.time h3 {
	font-size: 3.125rem;
}
.time h6 {
	font-size: 1.3125rem;
	margin: 0.375rem 0 0;
}
.con {
	width: calc(100% - 7.875rem);
	padding: 0 0 0 2.375rem;
	position: relative;
	border-left: 1px solid #ddd;
}
.con h5 {
	font-size: 1.5625rem;
	color: #353f48;
	margin: 0 0 0.625rem;
}
.con p {
	font-size: 1.0625rem;
	color: #666666;
	line-height: 1.75rem;
	height: 3.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-detail-title {
	font-size: 2rem;
	color: #353f48;
	font-weight: bold;
	line-height: 1.5;
	padding: 50px 0 0;
	text-align: center;
}
.news-detail-time {
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: .875rem;
	color: #666666;
	line-height: 1.75;
	margin: .1rem 0 1rem;
	justify-content: center;
	border-bottom: 1px solid #ddd;
}

.news-detail-time .see {
	margin-left: 40px;
}

/*分页*/
.pager {
	text-align: center;
	padding: 30px 0;
	font-weight: 400;
	color: #333;
	font-size: 16px;
}
.pager a {
	color: #333;
}
.pager a:hover {
	color: #2383cf;
}

/*当前位置*/
.mianbao {
	background: #f3f3f3;
	padding: 5px 0;
}
.mianbao>div {
	display: flex;
	align-items: center;
}
.mianbao img{
	width: 20px;
	margin-right: 10px;
}
.mianbao a{
	color: #333333;
}
.mianbao .arrow {
	margin: 0 10px;
}

/*联系我们*/
.contact-banner {
	background-image: url('/theme/cn/images/d2c0e85679d5d93d07a691c5a7a361eb.jpg');
	height: 570px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.company {
	font-size: 38px;
	color: #025a8c;
	padding: 50px 0;
	font-weight: 600;
	text-align: center;
}
.image-address {
	width: 100%;
}

.contact .infos {
	display: flex;
	padding: 38px 0;
	justify-content: center;
	border-bottom: 3px solid #025a8c;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	margin-bottom: 100px;
}

.contact .infos .item {
	border-right: 1px solid #dfdcdc;
	padding: 2px 50px 10px;
	text-align: center;
}
.contact .infos .item:last-of-type {
	border: none;
}

.contact .infos .icon {
	width: 36px;
	margin-bottom: 20px;
	color: #025a8c;
}


/*公司简介*/
.about .pics{
	display: flex;
	justify-content: space-between;
	padding: 0 70px;
}
.about .pics img{
	height: 200px;
}

.about .nums2 {
	padding: 60px 0;
}

.nums2 .dot-divider {
	padding: 0 40px;
}
.text-img {
	display: flex;
	justify-content: space-between;
	padding: 30px 70px;
	margin-bottom: 50px;
}
.text-img.reverse {
	flex-direction: row-reverse;
}
.text-img img {
	width: 360px;
	margin-right: 50px;
}
.text-img.reverse img {
	margin-right: 0;
	margin-left: 50px;
}
.text-img .texts {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
